﻿
/* banner-box */
.banner-box{width:100%; min-width:1000px; height:0;overflow:hidden; position:relative;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd a{display:block;background-size:auto;width:100% !important;height:635px;}

.banner-box .hd{width:100%; text-align:center; position:absolute; bottom:20px; left:0; z-index:99}
.banner-box .hd ul li{width:12px; height:12px;border-radius:50%; display:inline-block; text-indent:-9999px;margin:0 5px; background:#fff; cursor:pointer;}
.banner-box .hd ul li.on{background:#DA324D;}

.banner-box a.prev{width:49px; height:104px; position:absolute; top:50%; margin-top:-60px; filter:alpha(opacity=40); -moz-opacity:0.4;-khtml-opacity:0.4; opacity:0.4; left:5%; background:url(/images/foot.png) no-repeat 0 0; z-index:999} 
.banner-box a.next{width:49px; height:104px; position:absolute; top:50%; margin-top:-60px; filter:alpha(opacity=40); -moz-opacity:0.4;-khtml-opacity:0.4; opacity:0.4; right:5%; background:url(/images/foot.png) no-repeat -49px 0; z-index:999}


